Skip to main content

AxisMenuActions

List of supported actions for the menu items in the axis menu

Index

ColumnColumn
AxisMenuActions.AGGREGATEAxisMenuActions.FILTER
AxisMenuActions.SEPARATORAxisMenuActions.SORT
AxisMenuActions.TIME_BUCKET

Enumeration Members

AGGREGATE

AGGREGATE:= undefined

Change the aggregation of the column from the possible options. Only supported for numeric columns.

Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/chart-to-ts-event.types.ts#L272

FILTER

FILTER:= undefined

Add or update the filter for the column.

Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/chart-to-ts-event.types.ts#L281

SEPARATOR

SEPARATOR:= undefined

Defines a separator element between the actions. Can be added multiple times.

Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/chart-to-ts-event.types.ts#L305

SORT

SORT:= undefined

Sort the column in ascending or descending order.

Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/chart-to-ts-event.types.ts#L285

TIME_BUCKET

TIME_BUCKET:= undefined

Change the bucketing of the date or date time column from the possible options. Only supported for date or date time columns.

Defined in : link:https://github.com/thoughtspot/ts-chart-sdk/blob/f477c20/src/types/chart-to-ts-event.types.ts#L277